Audio: Cadence: Add an open-source PCM decoder#10554
Audio: Cadence: Add an open-source PCM decoder#10554singalsu wants to merge 1 commit intothesofproject:mainfrom
Conversation
|
Good to see this. We supported PCM format with compress interface via src/audio/module_adapter/module/passthrough.c module so far. |
|
@singalsu, can you also update the apps/compr/ README.txt, all_codecs.conf and create a new pcm.conf for convenience? |
c8b8dd7 to
17bc853
Compare
This patch adds a PCM decoder that is compatible with Cadence codec API. It allows to test tinycompress cplay playback with wav format files. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
17bc853 to
8b58c19
Compare
Actually I didn't know about it, there does not seem topology (v2) for it, but good to know such exists. |
Oh, that's true. We only have it for IPC3. Besides compressed playback there's also an PCM "encoder" for compress capture. sof-imx8mp-compr-pcm-cap-wm8960.m4 |
This patch adds a PCM decoder that is compatible with Cadence codec API. It allows to test tinycompress cplay playback with wav format files.